home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / text / hints / volume_01 / issue_02 < prev    next >
Text File  |  1995-02-16  |  6KB  |  143 lines

  1. Hints and Tips
  2. RGB Connector
  3. Hugh Nolan, of Old Roan, Liverpool, writes, “The pinout for the RGB
  4. connector on page 18 of Archive 1.1 indicates that it follows that of an
  5. IBM PGA rather than the more common EGA standard. If anybody has a
  6. monitor supplied with a lead for use with an EGA and wishes to build a
  7. new cable they should note that the EGA pinouts are as follows:
  8. 1.2
  9. 1.2
  10.    1   Ground   6   Secondary Green/Intensity
  11. 1.2
  12.    2   Secondary Red
  13. 1.2
  14.    3   Red   7 Secondary Blue/Mono
  15. 1.2
  16.    4   Green   8   Horizontal Retrace
  17. 1.2
  18.    5   Blue   9   Vertical Retrace
  19. 1.2
  20. I am currently using such a monitor with my BBC model B and the
  21. connections are fairly straightforward except that the BBC’s connector
  22. does not have separate vertical and horizontal syncs, so I have wired
  23. the composite sync to pin 9 (Vertical Retrace) of the monitor.”
  24. 1.2
  25. Using a multi-sync monitor
  26. 1.2
  27. A much easier way to change to a multi-sync monitor is to use:
  28. 1.2
  29. *CONFIGURE MONITORTYPE 1 and
  30. 1.2
  31. *CONFIGURE MONITORTYPE 0  to switch back to the normal monitor.
  32. 1.2
  33. Epson screen-dumps
  34. 1.2
  35. No doubt you have discovered the modules called HardCopyFX, MX and RX,
  36. and you too have discovered that they don’t work! Gerrald Fitton has the
  37. answer for us. His bug-fix has been passed on to Acorn who are also
  38. circulating it. The recipe is as follows:
  39. 1.2
  40. *LOAD Modules.HardCopyFX 10000  (that’s four noughts - beware of using
  41. three!)
  42. 1.2
  43. !&104E0=&E59C1020
  44. 1.2
  45. !&104E4=&E20100FF
  46. 1.2
  47. (now replace the disc for the one onto which you want to put the hard-
  48. copy module)
  49. 1.2
  50. *SAVE HardCopyFX 10000 + 700
  51. 1.2
  52. *SETTYPE HardCopyFX &FFA
  53. 1.2
  54. *STAMP HardCopyFX
  55. 1.2
  56. To use the module, *RMLOAD HardCopyFX (or just *HardCopyFX will do) and
  57. then call it with *HardCopyFX plus various parameters − *HELP HardCopyFX
  58. will show you what all the parameters are. Has anyone been  experiment
  59. ing with it? What do all the parameters mean and what are their ranges?
  60. (Landscape, XScale, YScale, Margin and Threshold)
  61. 1.2
  62. Avoiding constant use of *MOUNT
  63. 1.2
  64. If you, like me, have a number of different discs and you can’t remember
  65. what is on which, you will probably be fed up of having to type *MOUNT
  66. each time you change the disc before you can get a catalogue. Try
  67. *CONFIGURE NODIR and <ctrl-break> and you will find that as long as you
  68. haven’t gone down to lower directories, you can just change the disc and
  69. do a *CAT (or *. works as on the BBC micro) and it will re-catalogue the
  70. disc in the drive. For more details, see James Lynn’s article about
  71. *CONFIGURE.
  72. 1.2
  73. File copying problems
  74. 1.2
  75. There are one or two problems with the *COPY command under the 0.2 and
  76. 0.3 operating systems but, not being used to using ADFS myself, I am
  77. never sure when it is a bug and when it is me being stupid. One thing
  78. you will find though is that when doing a *COPY from disc to disc using
  79. a single drive, it seems to hang up when it should be saying “Enter
  80. source disc and press the space bar” but don’t panic, it’s probably
  81. still OK and it’s just that the prompt has not been printed. Replace the
  82. disc you were expecting to put in next and press <space> and I think you
  83. will find that it carries on OK. If you haven’t discovered how to do
  84. disc to disc copying on one drive, see the “Have you discovered”
  85. section.
  86. 1.2
  87. File transfer problems
  88. 1.2
  89. If you are still having problems getting files across from other
  90. computers to the Archimedes, we have received one or two programs from
  91. subscribers. There is not enough space to print them in this issue, but
  92. if you drop us a line, we could send you a listing.
  93. 1.2
  94. Attaching a 5.25“ disc drive
  95. 1.2
  96. Acorn have told us that they would not recommend us to do this as the
  97. disc drive hardware in the computer is only designed to drive 3.5“
  98. drives with low control line loading and that if you want to attach a
  99. 5.25” drive, you should have suitable buffer circuitry added. The
  100. feedback we are getting for subscribers is that most of you are having
  101. success with this, though one person said that one drive he attached
  102. would not work whilst another one did and another person actually blew
  103. up the driver chip in the Archimedes. So, it’s up to you, but in the
  104. light of these comments from Acorn, it would clearly be a good idea to
  105. remove the pull-up resistors on the auxilliary drive.
  106. 1.2
  107. (For an alternative, check the “Hardware Available” section to see what
  108. Brainsoft have done to get round the problem.)
  109. 1.2
  110. Three floppies on the desktop
  111. 1.2
  112. In order to get three floppies on the desktop, i.e. assuming you have
  113. added a double 5.25“ disc drive, Gerrald Fitton again comes to our
  114. rescue. “In the BASIC library program called
  115. $.desktop.accessory.filehandlr you will find that lines 130 and 140
  116. accept the first and second floppies, so you will need an extra line:
  117. 1.2
  118. 145 IF floppies%>2 THEN PROCsys _addtoiconbar_left(“floppy2”,É
  119. 1.2
  120. etc as per lines 130 and 140 and you will have to make a further copy of
  121. lines 290 to 420 (which refer to floppy 0) emulating the changes made to
  122. generate lines 430 to 560 which refer to floppy 1 by inserting “2” in
  123. the appropriate places.
  124. 1.2
  125. Fortran 77
  126. 1.2
  127. Tom Fortescue warns potential purchasers of Fortran77 that (a) it needs
  128. at least 1Mbyte and is therefore unusable on the A305 (I haven’t been
  129. able to check this with Acornsoft.) and (b) it does not come with an
  130. editor, so unless you’ve got View or Wordwise or Inter-Word or somesuch,
  131. you won’t get very far with it!
  132. 1.2
  133. Stereo speakers
  134. 1.2
  135. Enoch Mayer says that he has bought, for around £25, a couple of
  136. “Realisitic” (Tandy) amplified speakers designed for use with personal
  137. stereo radio/tape players. (Model: Minimus-0.6 amplified speaker system
  138. Cat N¼ 40-1259E) Although they run off two sets of four size-C bat
  139. teries, they can easily be adapted to run off small battery eliminators.
  140. They tone in nicely with the Archimedes, but the best thing is that when
  141. no sound signal is received they automatically shut off, thus eliminat
  142. ing the “fuzz”!
  143.